| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil saveData(Reassign reassign, Integer uid, Integer type) throws Exception; |
| | | ResultUtil saveData(Reassign reassign, Integer uid, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil saveData_(Reassign reassign, String orderIds, Integer uid, Integer type) throws Exception; |
| | | ResultUtil saveData_(Reassign reassign, String orderIds, Integer uid, Integer type, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<Map<String, Object>> queryList(Integer uid, Integer pageNum, Integer size) throws Exception; |
| | | List<Map<String, Object>> queryList(Integer language, Integer uid, Integer pageNum, Integer size) throws Exception; |
| | | |
| | | |
| | | /** |