This commit is contained in:
xd 2024-06-10 15:43:33 +08:00
parent dbb22435f4
commit bb60908d4a
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@ public class CustomerController extends BaseController
@Log(title = "客户信息提交", businessType = BusinessType.OTHER)
@PostMapping("/commitCustomer")
public AjaxResult commitCustomer(@RequestBody Customer customer) {
// TODO 校验客户名-税号 是否SAP存在
String cus_id = customer.getCusId();
customer.setUpdateBy(getUsername());
customer.setCusApprovalStatus("1");//客户提交 状态设置为 审核中