drone-service/drone-gd/src/main/java/org/sxkj/gd/implement/mapper/GdMaterialMapper.xml
@@ -15,6 +15,9 @@ <select id="selectGdMaterialPage" resultMap="gdMaterialResultMap"> select * from ja_gd_material where is_deleted = 0 <if test="gdMaterial.materialName != null"> and material_name like concat('%',#{gdMaterial.materialName},'%') </if> </select> drone-service/drone-gd/src/main/java/org/sxkj/gd/implement/vo/GdMaterialVO.java
@@ -54,7 +54,7 @@ * 是否适用全部情形:1是 0否 */ @ApiModelProperty(value = "是否适用全部情形:1是 0否") private Byte isAllScenario; private Integer isAllScenario; /** * 材料说明 */