分销员

This commit is contained in:
曹磊 2024-08-09 14:04:23 +08:00
parent 666a84892e
commit b7dedca17e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class AppJjrController {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
jjrApply.setCreateTime(sdf.format(new Date())); jjrApply.setCreateTime(sdf.format(new Date()));
applyService.add(jjrApply); applyService.add(jjrApply);
return Result.success(); return Result.success("申请成功,等待审批");
} }