| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectBaseDictOperationVo"> |
| | | select id, opid, opcode, opdesc, incitypecode, incitypedesc, oplevelcode, opleveldesc, opposition, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pguid, guid, pid |
| | | select id, |
| | | opid, |
| | | opcode, |
| | | opdesc, |
| | | incitypecode, |
| | | incitypedesc, |
| | | oplevelcode, |
| | | opleveldesc, |
| | | opposition, |
| | | del_flag, |
| | | update_by, |
| | | update_time, |
| | | create_by, |
| | | create_time, |
| | | isupload, |
| | | upload_time, |
| | | orgid, |
| | | pguid, |
| | | guid, |
| | | pid |
| | | from base_dict_operation |
| | | </sql> |
| | | |
| | |
| | | and opcode = #{opcode} |
| | | </if> |
| | | <if test="opdesc != null and opdesc != ''"> |
| | | and opdesc = #{opdesc} |
| | | and opdesc like concat('%', #{opdesc}, '%') |
| | | </if> |
| | | <if test="incitypecode != null and incitypecode != ''"> |
| | | and incitypecode = #{incitypecode} |
| | |
| | | #{id} |
| | | </foreach> |
| | | </update> |
| | | |
| | | |
| | | |
| | | |
| | | </mapper> |