| | |
| | | @Param("equipmentNum") String equipmentNum, |
| | | @Param("equipmentName") String equipmentName, |
| | | @Param("status") String status, |
| | | @Param("repairOrderType") Integer repairOrderType |
| | | @Param("repairOrderType") Integer repairOrderType, |
| | | @Param("equipmentCategoryId") String equipmentCategoryId, |
| | | @Param("factoryModelId") String factoryModelId, |
| | | @Param("specificEquipment") String specificEquipment, |
| | | @Param("teamId") String teamId |
| | | ); |
| | | |
| | | IPage<Map<String, Object>> getUserTeam(IPage<Map> pageData, @Param("realname") String realname); |