CP_ID, CP_TITLE, CP_DESC, CP_LGTD, CP_LTTD, CP_ITTM, CP_RES, CP_RESNM #{cpId}, #{cpTitle}, #{cpDesc}, #{cpLgtd}, #{cpLttd}, #{cpIttm}, #{cpRes}, #{cpResnm} and CP_TITLE = #{cpTitle} and CP_DESC = #{cpDesc} and CP_LGTD = #{cpLgtd} and CP_LTTD = #{cpLttd} and CP_ITTM = #{cpIttm} and CP_RES = #{cpRes} and CP_RESNM = #{cpResnm} and CP_TITLE like concat('%' , #{cpTitle} , '%') and CP_DESC like concat('%' , #{cpDesc} , '%') and CP_LGTD = #{cpLgtd} and CP_LTTD = #{cpLttd} and CP_ITTM >= #{sttm} and CP_ITTM <= #{entm} and CP_RES = #{cpRes} and CP_RESNM = #{cpResnm} insert into BIS_INSP_COM_PBLM( ) values ( ) delete from BIS_INSP_COM_PBLM where CP_ID = #{cpId} delete from BIS_INSP_COM_PBLM update BIS_INSP_COM_PBLM set flag_valid = 0 where CP_ID = #{cpId} update BIS_INSP_COM_PBLM CP_TITLE = #{cpTitle}, CP_DESC = #{cpDesc}, CP_LGTD = #{cpLgtd}, CP_LTTD = #{cpLttd}, CP_ITTM = #{cpIttm}, CP_RES = #{cpRes}, CP_RESNM = #{cpResnm}, CP_ID = #{cpId} update BIS_INSP_COM_PBLM CP_TITLE = #{cpTitle}, CP_DESC = #{cpDesc}, CP_LGTD = #{cpLgtd}, CP_LTTD = #{cpLttd}, CP_ITTM = #{cpIttm}, CP_RES = #{cpRes}, CP_RESNM = #{cpResnm},