ccj 2 lat temu
rodzic
commit
76f3fca180

+ 1 - 1
winsea-haixin-plugin-wangluohuoyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/OrderInfoServiceImpl.java

@@ -1062,7 +1062,7 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
                         }
                     }
                     //查询发货地区行政区划代码
-                    HyCommonSysParameter hyCommonSysParameter = commonSysParameterService.selectOne(new EntityWrapper<HyCommonSysParameter>()
+                    hyCommonSysParameter = commonSysParameterService.selectOne(new EntityWrapper<HyCommonSysParameter>()
                             .eq("const_id", "REGION1").eq("const_value", orderInfo1.getSendArea()));
                     orderInfo1.setNationalCode(hyCommonSysParameter.getConstKey());
                     //查询收货地区行政区划代码