This commit is contained in:
linfso 2025-07-14 19:35:57 +08:00
parent 191a2ee40d
commit 9db6240eb1

View File

@ -379,7 +379,7 @@ public class EmisCommissionProfitServiceImpl extends EmisBaseService implements
calcMidOpProfit(waybill);
}
// 8.陆运海运单证员,按柜计算,不按单计算
else if (postTypeIndex == ProfitPostType.DZ_EMP.typeCode) {
else if (postType == ProfitPostType.DZ_EMP.typeCode) {
}
}