|
@@ -79,9 +79,7 @@ public interface TBSopInfoMapper extends BaseMapper<TBSopInfo> {
|
|
|
* @return
|
|
|
*/
|
|
|
@SuppressWarnings("MybatisXMapperMethodInspection")
|
|
|
- IPage<Map> list(IPage<Map> iPage, @Param("type") String type, @Param("serviceId") Long serviceId, @Param("tableName") String tableName, @Param("fieldName") String fieldName, @Param("fieldValue") String fieldValue
|
|
|
-// , @Param("userIdList") List<Long> userIdList
|
|
|
- );
|
|
|
+ IPage<Map> list(IPage<Map> iPage, @Param("type") String type, @Param("serviceId") Long serviceId, @Param("tableName") String tableName, @Param("fieldName") String fieldName, @Param("fieldValue") String fieldValue);
|
|
|
|
|
|
/**
|
|
|
* 根据crmNo查询在途的sop信息
|