| | |
| | | |
| | | //存储过程专用接口(总检) |
| | | Map<String,Object> getCunChuGuoChengCustomerList(String tjNumber,Integer page,Integer pageSize, |
| | | Integer checkStatus, String compId, String beginTime, String endTime,String tjname); |
| | | Integer checkStatus, String compId, String beginTime, String endTime,String tjname,String tjCategory); |
| | | |
| | | //存储过程专用接口(初审) |
| | | Map<String,Object> getCsCunChuGuoChengCustomerList(String tjNumber,Integer page,Integer pageSize, |
| | | Integer checkStatus, String compId, String beginTime, String endTime,String tjname); |
| | | Integer checkStatus, String compId, String beginTime, String endTime,String tjname,String tcm); |
| | | |
| | | public int selectTjOrderByCardId(String cardId); |
| | | |
| | |
| | | |
| | | String isPayByTjNum(String orderId); |
| | | |
| | | List<Map<String ,String >> selectDjdInfo(String tjNumber); |
| | | List<Map<String ,Object >> selectDjdInfo(String tjNumber); |
| | | |
| | | Map<String ,Object > selectDjdUserInfo(String tjNumber); |
| | | |
| | |
| | | List<String> getHuoQuBlZlsqdh(String cardId, String bldh); |
| | | Boolean delHuoQuZlsqdh(String cardId, String bldh); |
| | | |
| | | int getOrderCountByTjNum(String tjNum); |
| | | |
| | | Map<String,Object> getgetBghsList(String tjNumber, Integer page, Integer pageSize, String value, String beginTime, String endTime, String name); |
| | | |
| | | |
| | |
| | | |
| | | List<String> getJianChaTjNum(); |
| | | |
| | | List<String> getJianChaTjNumWsh(); |
| | | |
| | | void tjQiandaodengji(String tjNum); |
| | | |
| | | void tjLispacstongbujianyi(String tjNumber, Long deptId,String nickName, Long userId); |
| | | |
| | | Map<String, Object> getTjBgdyList(Integer pageNum, Integer pageSize, Integer dyzt, String tjNum, String name, String dw, String djbeginTime, String djendTime); |
| | | |
| | | |
| | | //存储过程专用接口(初审) |
| | | Map<String,Object> getYxJcList(Integer checkStatus ,String tjNumber,Integer page,Integer pageSize, |
| | | String compId, String beginTime, String endTime,String tjname,String tcm,String deptId); |
| | | } |