This commit is contained in:
@@ -21,7 +21,7 @@ class_check:
|
|||||||
- jnpf-ftb/jnpf-ftb-biz/src/main/java
|
- jnpf-ftb/jnpf-ftb-biz/src/main/java
|
||||||
|
|
||||||
wecom:
|
wecom:
|
||||||
webhook_url: "YOUR_WECOM_WEBHOOK_URL"
|
webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81"
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
only_on_change: true
|
only_on_change: true
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ public class DayStatisticsDto {
|
|||||||
* 门店ID集合
|
* 门店ID集合
|
||||||
*/
|
*/
|
||||||
@NotEmpty(message = "门店ID集合不能为空")
|
@NotEmpty(message = "门店ID集合不能为空")
|
||||||
private List<String> storeIds;
|
private List<Integer> storeIds;
|
||||||
/**
|
/**
|
||||||
* 日期(yyyy-mm-dd)
|
* 日期(yyyy-mm-dd)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user