分销员
This commit is contained in:
parent
666a84892e
commit
b7dedca17e
|
@ -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("申请成功,等待审批");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue