1.只有是否需同步EAS为是时,才会同步EAS;
This commit is contained in:
ljw 2024-11-26 20:25:46 +08:00
parent 3823a99628
commit cb1d195f0d

View File

@ -51,6 +51,7 @@ public class YemDelivernoticeService extends AbstractOperationServicePlugIn {
DynamicObject yem_billtype = dataEntity.getDynamicObject("yem_billtype");
String yemSynchronizeeas = dataEntity.getString("yem_synchronizeeas");
if ("B".equals(yemSynchronizeeas)){
list.add(selectedRow);
continue;
}
if (yem_billtype != null) {