销售出库保存接口签字上下文编码变更
This commit is contained in:
parent
5850e660e0
commit
96e3e2020b
|
@ -134,7 +134,7 @@ public class SaleOutResource extends NCCPubRestResource {
|
|||
paramMapList.add(paramMap);
|
||||
//锐制需要修改保存时走签字
|
||||
String userCode = InvocationInfoProxy.getInstance().getUserCode();
|
||||
if("gaoning".equals(userCode)){
|
||||
if("rzmes".equals(userCode)){
|
||||
// 修改并签字--事务一致
|
||||
SaleOutVO[] signVOs =NCLocator.getInstance().lookup(IAPISaleOutMaintain.class).updateAndSign(paramMapList);
|
||||
|
||||
|
|
Loading…
Reference in New Issue