|
@@ -440,10 +440,10 @@ public class AddOrderJob implements Job,ApplicationContextAware {
|
|
|
for (JSONObject jsonObject:jian) {
|
|
|
syOrderDataVO = JSONObject.toJavaObject(jsonObject, SyOrderDataVO.class);
|
|
|
}
|
|
|
- if(result.getSupplier()==null){
|
|
|
+ if(syOrderDataVO.getSupplier()==null){
|
|
|
return syOrderDataVO;
|
|
|
}
|
|
|
- if(!result.getSupplier().equals("马菲羊")){
|
|
|
+ if(!syOrderDataVO.getSupplier().equals("马菲羊")){
|
|
|
return syOrderDataVO;
|
|
|
}
|
|
|
String sql2 = "SELECT" +
|