Commit eaba2975246c90e9ebb9da6c68ea490274bd00c1

Authored by jiangchengyong
1 parent 8b0f3e52

收货地址Id 校验修改

myapp-common/src/main/java/com/b2c/myapp/common/api/pickingInfo/input/PickingInfoSaveInput.java
... ... @@ -39,7 +39,7 @@ public class PickingInfoSaveInput implements Serializable{
39 39 * 城市ID
40 40 */
41 41 @ApiModelProperty(value = "城市ID")
42   - @NotBlank(message="城市ID不能为空")
  42 + @NotNull(message="城市ID不能为空")
43 43 private Long addressId;
44 44 /**
45 45 * 详细地址
... ...