@@ -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());
//查询收货地区行政区划代码