This commit is contained in:
linfso 2025-01-20 16:43:51 +08:00
parent 27dbd18422
commit 7ba834da0f
4 changed files with 5 additions and 4 deletions

View File

@ -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)
{

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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