Commit f7347e19 by 黄森林

app开发bug修复

parent 06818a66
......@@ -87,7 +87,7 @@ public class UniversityInfo implements Serializable {
*/
private String universityIsFtthHub;
/**
*
*地址
*/
private String universityInstalledAddressId;
/**
......
......@@ -27,7 +27,7 @@ public interface PackageUpgradeMapper extends BaseMapper<PackageUpgrade> {
@Insert("insert into `hhr_order_history` values(#{id},#{status},#{date}) ")
Integer inserOrderHis(@Param("id")String id, @Param("status")String status, @Param("date")Date date);
@Insert("select * from `hhr_order_history` where order_id = #{oredrId}")
@Select("select * from `hhr_order_history` where order_id = #{oredrId}")
List<Map<String,Object>> selectOrderHis(String oredrId);
@Select("select school_id schoolId from `hhr_user_school` where user_id = #{partner}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment