industry_id,
checklist_id,
created_by,
created_at,
updated_by,
updated_at
A.industry_id,
B.industry_name,
A.checklist_id,
C.checklist_cat_id,
C.checklist_type_id,
D.checklist_cat_title,
C.checklist_desc,
C.checklist_title,
C.is_fixed,
C.issued_by,
C.issued_at,
C.author
INSERT INTO zk_checklist
industry_id,
checklist_id,
created_by,
created_at,
#{industryId ,jdbcType=BIGINT},
#{checklistId ,jdbcType=BIGINT},
#{createdBy ,jdbcType=BIGINT},
#{createdAt ,jdbcType=DATE},
DELETE FROM zk_checklist
WHERE 1 = 1
AND industry_id = #{industryId ,jdbcType=BIGINT}
AND checklist_id = #{checklistId ,jdbcType=BIGINT}