feat(sap): 添加ZJS单据类型映射支持
- 新增ZJS单据类型到1011的映射逻辑 - 保持现有ZLR2单据类型映射不变 - 扩展默认处理逻辑以支持新的单据类型
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user