|
@Select("select REASON,DUTYDEPTID,DUTYDEPTNAME from qcs_type_res where DELETED='0' and LOSSTYPE='修改单' and IFNULL(DUTYDEPTID,'')!='' and IFNULL(DUTYDEPTNAME,'')!=''")
|
|
@Select("select REASON,DUTYDEPTID,DUTYDEPTNAME from qcs_type_res where DELETED='0' and LOSSTYPE='修改单' and IFNULL(DUTYDEPTID,'')!='' and IFNULL(DUTYDEPTNAME,'')!=''")
|
|
List<Map<String, String>> getResDuty();
|
|
List<Map<String, String>> getResDuty();
|