Commit 802495ec by guojuxing

新增打款户接口修改:排序值填写

parent 0ee5bdf2
......@@ -32,6 +32,8 @@ public class PayAccountApiServiceImpl implements PayAccountApiService {
dto.setUpdateTime(new Date());
dto.setStatus(1);
//序号
int sort = payAccountService.getTheMaxSort();
dto.setSort(sort + 1);
payAccountService.save(dto);
return ServiceResponse.success();
......
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