Commit 1854bb59 authored by 周健威's avatar 周健威

修改定时代码

parent b923abaa
......@@ -482,11 +482,7 @@ public class OrderMsgBiz {
smsParams.add(startCompanyDetail.detailAddr());
break;
case SmsTemplateDTO.PAY_B :
if(0 < appUserDTO.getMemberLevel() ) {
smsParams.add(USER_M+ appUserDTO.getRealname());
}else {
smsParams.add(USER_N+ appUserDTO.getRealname());
}
smsParams.add(appUserDTO.getRealname());
smsParams.add(orvd.getFreeDays().toString());
smsParams.add(appUserDTO.getRentFreeDays().toString());
smsParams.add(baseOrder.getRealAmount().toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment