文件名从 emergency/emergency-service/src/main/resource/config/mapper/emergency/EmergencySuppliesInspectInfoMapper.xml 修改 |
| | |
| | | LEFT JOIN emergency_supplies b ON a.supplies_id = b.id |
| | | WHERE |
| | | a.del_flag = 0 |
| | | <if test="query.suppliesId != null and query.suppliesId != ''">and a.supplies_id = #{query.suppliesId}</if> |
| | | <if test="query.suppliesId != null and query.suppliesId != ''"> |
| | | and a.supplies_id = #{query.suppliesId} |
| | | </if> |
| | | </select> |
| | | |
| | | <insert id="addEmergencySuppliesInspect" parameterType="com.gkhy.safePlatform.emergency.entity.EmergencySuppliesInspectInfo" |