Commit a2068f84 authored by hezhen's avatar hezhen

Merge branch 'master_chw_publish' into dev-chw

parents cc1c1313 64714e73
...@@ -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