|
|
@@ -199,7 +199,7 @@ public class ConsumeController {
|
|
|
// 发送消息
|
|
|
if (ObjectUtil.equals(defaultConfig.getLocationFlag(), DefaultConstants.LOCAL_FLAG)) {
|
|
|
ConsumptionBo bo = recordConvertStrategy.convert(record, "YC");
|
|
|
- bo.setConsumeDate(jsonObject.getDate("consumeDate"));
|
|
|
+ // bo.setConsumeDate(jsonObject.getDate("consumeDate"));
|
|
|
ThreadUtil.execAsync(() -> baseBusiness.sendCloudConsume(bo));
|
|
|
}
|
|
|
}
|