jiazx0107@163.com
2023-05-22 febc84c3cfb20ef148671ada09327103df056949
igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
@@ -767,8 +767,8 @@
    * @param endTime
    * @return
    */
   public List<MContract> listContract(String companyId, Date startTime, Date endTime){
      String hql = " from " + MContract.class.getName() + " where companyId =:companyId";
   public List<InoutContract> listContract(String companyId, Date startTime, Date endTime){
      String hql = " from " + InoutContract.class.getName() + " where companyId =:companyId";
      Map<String, Object> args = new HashMap<String, Object>();
      args.put("companyId", companyId);