|
|
@@ -1876,7 +1876,7 @@ public class IndustrialLandSupplyDetailService extends BaseService<IndustrialLan
|
|
|
//发送短信
|
|
|
if (sumbitToSummary) {
|
|
|
templateCode = Constant.SMS_TemplateCode.INDUSTRIAL_LAND_SUPPLY_COMMERCE_SUMMARY;
|
|
|
- int days = Integer.parseInt(industrialLandSupplyConfigService.getValueByType(DISTRIBUTE_TIME));
|
|
|
+ int days = Integer.parseInt(industrialLandSupplyConfigService.getValueByType(SUMMARY_TIME));
|
|
|
params.put("days", days + "");
|
|
|
try {
|
|
|
AlibabaSMSUtil.sendSMSMessage(
|