From 6be263ea12b27122c5b2eb8b6b866c34de11e802 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 21 四月 2019 16:03:11 +0800
Subject: [PATCH] 代码生成器开发完成
---
java110-code-generator/src/main/resources/template/AbstractBusinessServiceDataFlowListener.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-code-generator/src/main/resources/template/AbstractBusinessServiceDataFlowListener.txt b/java110-code-generator/src/main/resources/template/AbstractBusinessServiceDataFlowListener.txt
index 52d1182..5638dea 100644
--- a/java110-code-generator/src/main/resources/template/AbstractBusinessServiceDataFlowListener.txt
+++ b/java110-code-generator/src/main/resources/template/AbstractBusinessServiceDataFlowListener.txt
@@ -57,7 +57,7 @@
}
currentStoreInfo.put("bId",business.getbId());
- $flushBusinessInfo$
+ $autoSaveDelBusiness$
currentStoreInfo.put("operate",StatusConstant.OPERATE_DEL);
getStoreServiceDaoImpl().saveBusinessStoreInfo(currentStoreInfo);
--
Gitblit v1.8.0