This commit is contained in:
linfso 2024-09-25 22:53:25 +08:00
parent 951686b39b
commit b88207eeb0

View File

@ -293,7 +293,7 @@ public class Oms2cCommonController extends BaseController
@RequestMapping(value = "/sendWxSappNotify")
public AjaxResult sendWxSappNotify(String billCode)
{
log.error("==>sendWxSappNotify start billCode:"+billCode;
log.error("==>sendWxSappNotify start billCode:"+billCode);
try{
EmisSmsSendRecord emisSmsSendRecord=new EmisSmsSendRecord();
emisSmsSendRecord.setBillCode(billCode);