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