jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/contract/entity/SemanticWord.java
@@ -103,6 +103,22 @@ @Schema(description = "分配时间") private java.util.Date distributionTime; /**审核人*/ @Excel(name = "审核人", width = 15) @Schema(description = "审核人") private java.lang.String reviewer; /**审核时间*/ @Excel(name = "审核时间", width = 20, format = "yyyy-MM-dd HH:mm:ss") @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") @Schema(description = "审核时间") private java.util.Date reviewTime; /**实发平台*/ @Excel(name = "实发平台", width = 15) @Schema(description = "实发平台") private java.lang.String outUrl; @TableField(exist = false) private Contract contract; jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/copywriting/controller/CopywritingController.java
@@ -65,7 +65,7 @@ @Autowired private ICopywritingService copywritingService; @Autowired private ISemanticWordService semanticWordService; private ISemanticWordService semanticWordService;; /** * 分页列表查询 jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/copywriting/entity/Copywriting.java
@@ -36,7 +36,7 @@ /**主键*/ @TableId(type = IdType.ASSIGN_ID) @Schema(description = "主键") private java.lang.String id; private java.lang.String id;; /**创建人*/ @Schema(description = "创建人") private java.lang.String createBy; jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/customer/controller/CustomerController.java
@@ -235,7 +235,7 @@ jsonObject.put("activitiSync", "1"); jsonObject.put("departIds", ""); jsonObject.put("userIdentity", "1"); String phone = customer.getCustomerPhone(); String phone = customer.getCustomerPhone(); ; // 校验电话号码:非空且为数字,且长度≤20 if (phone != null && phone.matches("\\d{1,20}")) { jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/semanticword/entity/Contract.java
@@ -8,7 +8,7 @@ //import com.baomidou.mybatisplus.annotation.TableId; //import com.baomidou.mybatisplus.annotation.TableName; //import com.baomidou.mybatisplus.annotation.TableLogic; //import org.jeecg.common.constant.ProvinceCityArea; //import org.jeecg.common.constant.ProvinceCityArea;; //import org.jeecg.common.util.SpringContextUtils; //import lombok.Data; //import com.fasterxml.jackson.annotation.JsonFormat;