feat(sap): 添加ZJS单据类型映射支持

- 新增ZJS单据类型到1011的映射逻辑
- 保持现有ZLR2单据类型映射不变
- 扩展默认处理逻辑以支持新的单据类型
This commit is contained in:
yangyufu
2026-06-12 16:22:23 +08:00
parent cbf09411f6
commit c1fe2e18ff

View File

@@ -589,6 +589,9 @@ public class SapToLmsServiceImpl implements SapToLmsService {
case "ZLR2":
billType = "0014";
break;
case "ZJS":
billType = "1011";
break;
default:
if(code.contains("ZLR")){
billType = "0002";