parent
a0ad471d7c
commit
21dc167e11
|
@ -76,7 +76,7 @@ public class BankSaveOP extends AbstractOperationServicePlugIn {
|
|||
DynamicObject dynamicObject = dataEntities[i];
|
||||
try {
|
||||
String description = dynamicObject.getString("description");
|
||||
logger.info("description"+description);
|
||||
logger.info("单据编号" + dynamicObject.getString("billno") +"description"+description);
|
||||
if (qFilter != null) {
|
||||
String sql = qFilter.toString();
|
||||
String replaced = sql.replace("description", "'" + description + "'");
|
||||
|
|
Loading…
Reference in New Issue