记得上下班打卡 | git大法好,push需谨慎

Commit 0f736523 authored by 张国柄's avatar 张国柄

~opt;

parent a22ee142
......@@ -323,7 +323,6 @@ public class CandyCouponDueTaskController {
* @param displayDays 有效展示天数,例如:"31,366",其中31为过期券对应有效展示天数,366为已用券对应有效展示天数,其中366可以不传即不处理已用券,31必传,否则执行无效
* @return ResponseDto<String>
*/
@ApiOperation(value = "@JOB:券移除")
@PostMapping("rmv")
public ResponseDto<String> processForRmv(@RequestParam String displayDays) {
int displayDaysIntVal1 = 31, displayDaysIntVal2 = 0;
......
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