|
|
- @Select("select id, name, scene_codes, user_id, type, sn_code from tb_work where is_delete = 0 and id = #{id} for update")
|
|
|
+ @Select("select id, name, scene_codes, user_id, type, sn_code , num from tb_work where is_delete = 0 and id = #{id} for update")
|