Browse Source

定制功能 - nei接口更改

master
zhangyongzhangyong 5 years ago
parent
commit
a9d17098b9
  1. 4
      epmet-module/oper-customize/oper-customize-client/src/main/java/com/epmet/dto/form/SaveFunctionCustomizedFormDTO.java
  2. 4
      epmet-module/oper-customize/oper-customize-client/src/main/java/com/epmet/dto/form/UpdateCustomizedFormDTO.java
  3. 7
      epmet-module/oper-customize/oper-customize-client/src/main/java/com/epmet/dto/result/FunctionCustomizedDetailResultDTO.java
  4. 1
      epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/FunctionCustomizedDao.xml

4
epmet-module/oper-customize/oper-customize-client/src/main/java/com/epmet/dto/form/SaveFunctionCustomizedFormDTO.java

@ -65,8 +65,8 @@ public class SaveFunctionCustomizedFormDTO implements Serializable {
private String domainName; private String domainName;
/** /**
* 来源app(政府:gov居民端:resi) * 来源app(工作:gov居民端:resi)
*/ */
@NotBlank(message = "来源app(政府端:gov、居民端:resi)不能为空") @NotBlank(message = "来源app(工作端:gov、居民端:resi)不能为空")
private String fromApp; private String fromApp;
} }

4
epmet-module/oper-customize/oper-customize-client/src/main/java/com/epmet/dto/form/UpdateCustomizedFormDTO.java

@ -65,8 +65,8 @@ public class UpdateCustomizedFormDTO implements Serializable {
private String domainName; private String domainName;
/** /**
* 来源app(政府:gov居民端:resi) * 来源app(工作:gov居民端:resi)
*/ */
@NotBlank(message = "来源app(政府端:gov、居民端:resi)不能为空") @NotBlank(message = "来源app(工作端:gov、居民端:resi)不能为空")
private String fromApp; private String fromApp;
} }

7
epmet-module/oper-customize/oper-customize-client/src/main/java/com/epmet/dto/result/FunctionCustomizedDetailResultDTO.java

@ -29,11 +29,6 @@ public class FunctionCustomizedDetailResultDTO implements Serializable {
*/ */
private String functionExplain; private String functionExplain;
/**
* 定制详情ID
*/
private String customizedId;
/** /**
* 默认名称 * 默认名称
*/ */
@ -60,7 +55,7 @@ public class FunctionCustomizedDetailResultDTO implements Serializable {
private String domainName; private String domainName;
/** /**
* 来源app(政府:gov居民端:resi) * 来源app(工作:gov居民端:resi)
*/ */
private String fromApp; private String fromApp;
} }

1
epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/FunctionCustomizedDao.xml

@ -9,7 +9,6 @@
cu.FUNCTION_ID functionId, cu.FUNCTION_ID functionId,
f.SHOPPING_STATUS shoppingStatus, f.SHOPPING_STATUS shoppingStatus,
f.FUNCTION_EXPLAIN functionExplain, f.FUNCTION_EXPLAIN functionExplain,
cu.ID customizedId,
cu.CUSTOMIZED_NAME customizedName, cu.CUSTOMIZED_NAME customizedName,
cu.ICON_LARGE_IMG iconLargeImg, cu.ICON_LARGE_IMG iconLargeImg,
cu.ICON_SMALL_IMG iconSmallImg, cu.ICON_SMALL_IMG iconSmallImg,

Loading…
Cancel
Save