fix:
1.只有是否需同步EAS为是时,才会同步EAS;
This commit is contained in:
parent
3823a99628
commit
cb1d195f0d
@ -51,6 +51,7 @@ public class YemDelivernoticeService extends AbstractOperationServicePlugIn {
|
|||||||
DynamicObject yem_billtype = dataEntity.getDynamicObject("yem_billtype");
|
DynamicObject yem_billtype = dataEntity.getDynamicObject("yem_billtype");
|
||||||
String yemSynchronizeeas = dataEntity.getString("yem_synchronizeeas");
|
String yemSynchronizeeas = dataEntity.getString("yem_synchronizeeas");
|
||||||
if ("B".equals(yemSynchronizeeas)){
|
if ("B".equals(yemSynchronizeeas)){
|
||||||
|
list.add(selectedRow);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (yem_billtype != null) {
|
if (yem_billtype != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user