Commit 64714e73 authored by hezhen's avatar hezhen

123

parent 6115f896
...@@ -67,6 +67,13 @@ public class OrderPulishReceiveService extends AbstractOrderHandle<OrderPulishRe ...@@ -67,6 +67,13 @@ public class OrderPulishReceiveService extends AbstractOrderHandle<OrderPulishRe
this.orderTypeEnum = OrderTypeEnum.PUBLISH; this.orderTypeEnum = OrderTypeEnum.PUBLISH;
} }
@Override
public void initDetail(PulishReceiveBO bo) {
super.initDetail(bo);
initDictionary();
}
public void initDictionary() { public void initDictionary() {
dictionaryMap = thirdFeign.dictionaryGetAll4Map().getData(); dictionaryMap = thirdFeign.dictionaryGetAll4Map().getData();
this.autoCancelTime = Long.valueOf(dictionaryMap.get(APP_ORDER + "_" + DictionaryKey.ACT_MEMBER).getDetail()); this.autoCancelTime = Long.valueOf(dictionaryMap.get(APP_ORDER + "_" + DictionaryKey.ACT_MEMBER).getDetail());
......
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