feat(stat): 添加出库查询生产区域字段

This commit is contained in:
yangyufu
2026-07-15 16:46:17 +08:00
parent 3a9f5f4524
commit 75a6265f97

View File

@@ -360,6 +360,7 @@ public class OutBillQueryServiceImpl implements OutBillQueryService {
mp.put("仓库", json.getString("stor_name"));
mp.put("库区", json.getString("sect_name"));
mp.put("生产区域", json.getString("pcsn").substring(0, 2));
String bill_type1 = json.getString("bill_type");
if(ObjectUtil.isNotEmpty(bill_type1) && "1004".equalsIgnoreCase(bill_type1)){
mp.put("收货地址(目的仓库)", json.getString("in_stor_name"));