Merge remote-tracking branch 'origin/master'
| | |
| | | List<String> head5 = new ArrayList<String>(); |
| | | head5.add("与户主关系"); |
| | | List<String> head6 = new ArrayList<String>(); |
| | | head6.add("街道"); |
| | | head6.add("街/路/巷"); |
| | | List<String> head7 = new ArrayList<String>(); |
| | | head7.add("小区号(政府对于每个小区都有特定编号)"); |
| | | List<String> head8 = new ArrayList<String>(); |
| | |
| | | List<ComMngFamilyInfoVO> listFamilyByUserId(Long userId); |
| | | |
| | | @Select("select id,`name`,phone,relation from com_mng_population where road = #{comMngPopulationDO.road} and door_no = #{comMngPopulationDO.doorNo} and floor = #{comMngPopulationDO.floor} and unit_no = #{comMngPopulationDO.unitNo} and house_no = #{comMngPopulationDO.houseNo} and id != #{comMngPopulationDO.id}") |
| | | List<ComHouseMemberVo> listHouseMermberByUserId(ComMngPopulationDO comMngPopulationDO); |
| | | List<ComHouseMemberVo> listHouseMermberByUserId(@Param("comMngPopulationDO") ComMngPopulationDO comMngPopulationDO); |
| | | |
| | | @Select("<script> " + |
| | | "SELECT\n" + |
| | |
| | | @TableField(fill = FieldFill.UPDATE) |
| | | private Date updateAt; |
| | | |
| | | /** |
| | | * 管理后台用户id |
| | | */ |
| | | private Long sysUserId; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComShopStoreDO{" + |