'123'
This commit is contained in:
parent
dbb22435f4
commit
bb60908d4a
|
@ -186,6 +186,9 @@ public class CustomerController extends BaseController
|
||||||
@Log(title = "客户信息提交", businessType = BusinessType.OTHER)
|
@Log(title = "客户信息提交", businessType = BusinessType.OTHER)
|
||||||
@PostMapping("/commitCustomer")
|
@PostMapping("/commitCustomer")
|
||||||
public AjaxResult commitCustomer(@RequestBody Customer customer) {
|
public AjaxResult commitCustomer(@RequestBody Customer customer) {
|
||||||
|
// TODO 校验客户名-税号 是否SAP存在
|
||||||
|
|
||||||
|
|
||||||
String cus_id = customer.getCusId();
|
String cus_id = customer.getCusId();
|
||||||
customer.setUpdateBy(getUsername());
|
customer.setUpdateBy(getUsername());
|
||||||
customer.setCusApprovalStatus("1");//客户提交 状态设置为 审核中
|
customer.setCusApprovalStatus("1");//客户提交 状态设置为 审核中
|
||||||
|
|
Loading…
Reference in New Issue