@@ -20,6 +20,8 @@ public interface RmsPersonnelMapper extends IBaseMapper<RmsPersonnel, BigDecimal
// 展示人员信息列表
List<Map<String, Object>> getPersonnelList(Map<String, Object> mapVal);
+ //判断数据库中人员工号是否有重复的
+ Integer selectByParametersPersonnelJobNumber(String shipperCompanyBranch);
//根据id详细查询人员信息
List<Map<String, Object>> selectPersonnelById(BigDecimal id);
//获得托运人id