Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
8ff321a5c9
|
@ -79,7 +79,7 @@ public class BankSaveOP extends AbstractOperationServicePlugIn {
|
|||
String description = dynamicObject.getString("description");
|
||||
String sql = qFilter.toString();
|
||||
String replaced = sql.replace("description", "'"+description+"'");
|
||||
String selsql = "select 1 where "+replaced;
|
||||
String selsql = " /*dialect*/ select 1 where "+replaced;
|
||||
DataSet res = DB.queryDataSet(this.getClass().getSimpleName(), DBRoute.of("fi"), selsql);//财务云
|
||||
DynamicObjectCollection srcCollection = ORM.create().toPlainDynamicObjectCollection(res.copy());
|
||||
if (srcCollection.size()!=0){
|
||||
|
|
Loading…
Reference in New Issue