Commit 9e972f71 by zhiwj

修改bug

parent ad723193
......@@ -264,7 +264,7 @@ public class StoreApiServiceImpl implements StoreApiService {
// 状态
if (newStore.getStatus() != null && !newStore.getStatus().equals(oldStore.getStatus())) {
storeLogDTO.setLogType(StoreLogTypeEnum.STATUS_UPDATE.getCode());
storeLogDTO.setContent("门店启用状态变更为【" + StoreStatusEnum.parseCode(storeLogDTO.getStatus()) + "】");
storeLogDTO.setContent("门店启用状态变更为【" + StoreStatusEnum.parseCode(newStore.getStatus()) + "】");
this.storeLogService.saveStoreLog(storeLogDTO);
}
......
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