@ -42,5 +42,5 @@ public interface ScmApplyInboundMapper extends BaseMapper<ScmApplyInbound> {
int updateFlowFiled(Map<String, Object> map);
int selectNum(String bill);
int selectNum(@Param("bill")String bill);
}