@@ -35,7 +35,7 @@ public interface WorkMapper extends IBaseStrMapper<WorkEntity, String> {
* @param id
* @return
*/
- @Select("select id, name, scene_codes, user_id, type from tb_work where is_delete = 0 and id = #{id} for update")
+ @Select("select id, name, scene_codes, user_id, type, sn_code from tb_work where is_delete = 0 and id = #{id} for update")
WorkEntity findByIdForUpdate(String id);