md
This commit is contained in:
parent
27dbd18422
commit
7ba834da0f
@ -140,7 +140,7 @@ public class EmisCustomerAddressController extends EmisBaseController
|
||||
return toAjax(emisCustomerAddressService.insertEmisCustomerAddress(emisCustomerAddress));
|
||||
}
|
||||
|
||||
@Log(title = "客户收寄件地址", businessType = BusinessType.UPDATE)
|
||||
@Log(title = "更新客户收寄件地址", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/editAddress")
|
||||
public AjaxResult editAddress(@RequestBody EmisCustomerAddress emisCustomerAddress)
|
||||
{
|
||||
|
||||
@ -188,7 +188,9 @@ public class EmisSettleInvoiceRecordServiceImpl extends EmisBaseService implemen
|
||||
|
||||
String empName=getCurrentUser().getEmpName();
|
||||
String title=empName+"提交了开票申请,开票抬头:"+emisSettleInvoiceRecord.getCompanyName()+",开票金额:"+emisSettleInvoiceRecord.getApplyMoney()+",请及时开票!";
|
||||
sendNoticeToEmpUser("88888042,88888047,88888034", title, "", "/ruyERj/CenterInvoiceRecordDeal");
|
||||
|
||||
// 财务说不需要提醒
|
||||
// sendNoticeToEmpUser("88888042,88888047,88888034", title, "", "/ruyERj/CenterInvoiceRecordDeal");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -98,7 +98,7 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
|
||||
SysUser sysUser=getEmisStaffByCode(emisWaybillAjustApply.getApplyManCode());
|
||||
|
||||
String title=sysUser.getEmpName()+"提交了运单费用调整申请,请及时审批,单号【"+emisWaybillAjustApply.getBillCode()+"】";
|
||||
sendNoticeToEmpUser("88888042,88888047,88888034,88888059,88888083", title, "", "/d24/expenseRecognitionManagemen/WaybillAjustCenterConfirm");
|
||||
// sendNoticeToEmpUser("88888042,88888047,88888034,88888059,88888083", title, "", "/d24/expenseRecognitionManagemen/WaybillAjustCenterConfirm");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -215,7 +215,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
|
||||
<select id="selectMaxSupplierCode" parameterType="String" resultType="Long">
|
||||
select CONCAT(CONVERT(max(code),SIGNED)+1,'') as code
|
||||
from emis_supplier
|
||||
|
||||
Loading…
Reference in New Issue
Block a user