| pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pipIrr-platform/pipIrr-global/src/main/resources/mapper/MdCropsMapper.xml
@@ -185,13 +185,14 @@ </trim> </select> <select id="selectAll" resultType="com.dy.pipIrrGlobal.voMd.VoCrops"> select <include refid="Part_Column_List" > <property name="alias" value="tb"/> </include> from md_crops tb where tb.deleted != 1 order by tb.id ASC </select> <update id="deleteById" parameterType="java.lang.Long">