|
|
@@ -3,6 +3,7 @@ package com.java110.fee.cmd.tempCarFee;
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.java110.core.annotation.Java110Cmd;
|
|
|
+import com.java110.core.annotation.Java110Transactional;
|
|
|
import com.java110.core.context.ICmdDataFlowContext;
|
|
|
import com.java110.core.event.cmd.AbstractServiceCmdListener;
|
|
|
import com.java110.core.event.cmd.CmdEvent;
|
|
|
@@ -50,6 +51,7 @@ public class NotifyTempCarFeeOrderCmd extends AbstractServiceCmdListener {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
+ @Java110Transactional
|
|
|
public void doCmd(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) throws CmdException {
|
|
|
String paramIn = CommonCache.getAndRemoveValue("queryTempCarFeeOrder" + reqJson.getString("oId"));
|
|
|
if (StringUtil.isEmpty(paramIn)) {
|