Commit 01e0d40f by xiaotong

spt表ctmnam字段注释改造

parent 45a8f337
......@@ -88,7 +88,7 @@ public class MtabutTxnHoldHandler implements ITxnHoldHandler {
String pntTyp = NULLSTR;
String recName = ptsptaToolComponent.getCustomerName(transName,transactionStoreSet.getRec(),transactionStoreSet.getPtsList());
Assert.notNull(spt);
spt.setCtmnam(recName);
//spt.setCtmnam(recName);
if (!"INF".equals(getTrn1()) && !"SEL".equals(getTrn2()) && !"TRNREL".equals(transName)) {
//ctx.absGet(Trnmod.class).troFree();
if (spt != null && sysmodService.sptIsExeLoaded(spt.getSta())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment