|
|
@@ -103,10 +103,8 @@ public class StoreApplyFacadeImpl implements StoreApplyFacade {
|
|
|
}
|
|
|
storeApply.setReason(apply.getReason());
|
|
|
}
|
|
|
- Date date = new Date();
|
|
|
// 保存审核时的审核人信息和是否通过状态
|
|
|
storeApply.setFinalPerson(user.getUserName());
|
|
|
- storeApply.setAuthTime(date);
|
|
|
storeApply.setStatus(status);
|
|
|
// 保存审核时的企业信息
|
|
|
storeApply.setEnType(apply.getEnType());
|