模板列表 1的 不管状态
This commit is contained in:
@@ -9,6 +9,7 @@ import com.czg.annotation.SaAdminCheckRole;
|
||||
import com.czg.market.dto.SmsMoneyDetailDto;
|
||||
import com.czg.market.dto.SmsShopMoneyDetailDTO;
|
||||
import com.czg.market.dto.SmsShopTemplateDTO;
|
||||
import com.czg.market.dto.SmsTemplateQueryDTO;
|
||||
import com.czg.market.entity.SmsShopMoney;
|
||||
import com.czg.market.entity.SmsShopMoneyDetail;
|
||||
import com.czg.market.service.SmsShopMoneyDetailService;
|
||||
@@ -55,6 +56,16 @@ public class SmsShopTemplateController {
|
||||
return CzgResult.success(data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台 商家申请记录
|
||||
*/
|
||||
@PostMapping("/smsTemplate/query")
|
||||
public CzgResult<Page<SmsShopTemplateDTO>> getTemplateList2(@RequestBody SmsTemplateQueryDTO param) {
|
||||
Page<SmsShopTemplateDTO> data = templateService.getTemplateList2(param);
|
||||
return CzgResult.success(data);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 平台 模板状态/删除
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user