| | |
| | | <if test="isMain != null and isMain != ''"> and is_main = #{isMain}</if> |
| | | <if test="materialType != null and materialType != ''"> and material_type = #{materialType}</if> |
| | | </where> |
| | | order by create_time desc |
| | | </select> |
| | | |
| | | <select id="selectApsMaterialProductGroupManagementById" parameterType="Long" resultMap="ApsMaterialProductGroupManagementResult"> |
| | |
| | | <if test="factory != null">factory = #{factory},</if> |
| | | <if test="materialCode != null">material_code = #{materialCode},</if> |
| | | <if test="domain != null">domain = #{domain},</if> |
| | | <if test="createBy != null">create_by = #{createBy},</if> |
| | | <if test="createTime != null">create_time = #{createTime},</if> |
| | | <if test="updateBy != null">update_by = #{updateBy},</if> |
| | | <if test="updateTime != null">update_time = #{updateTime},</if> |
| | | <if test="isMain != null">is_main = #{isMain},</if> |