Browse Source

承储资格申请字段

ZeroLiYi 1 year ago
parent
commit
8c41f01922

+ 2 - 2
src/main/java/com/chinaitop/depot/sqr/mapper/BizSqrEnterpriseApplyMapper.xml

@@ -109,9 +109,9 @@
109 109
     </select>
110 110
     <select id="findById" resultType="Map" resultMap="BaseResultMap">
111 111
         SELECT
112
-        bgqa.id, A.dwmc,A.id unitInfoId, A.dwdm,A.fddbr,A.dwlx,A.zcdz,A.cfs,A.ygs,A.DICT_LABEL,bgqa.apply_status,bgqa.apply_type,
112
+        bgqa.id, A.dwmc,A.id unitInfoId, A.dwdm,A.fddbr,A.dwlx,A.zcdz,A.cfs,A.ygs,A.DICT_LABEL,
113 113
                bse.certified_storekeeper_count ,bse.certified_inspector_count ,bse.warehouse_facility_situation ,
114
-               bse.full_time_staff_count ,bse.storage_expire_time ,bse.attachment attachment,bgqa.sqr_enterprise_id
114
+               bse.full_time_staff_count ,bse.storage_expire_time ,bse.attachment attachment
115 115
         FROM
116 116
             province_all.biz_sqr_enterprise_apply bgqa
117 117
             left join province_all.biz_sqr_enterprise  bse on bgqa.sqr_enterprise_id =bse.id

+ 7 - 6
src/main/java/com/chinaitop/depot/system/controller/UserInfoController.java

@@ -251,12 +251,13 @@ public class UserInfoController {
251 251
 	public Map<String, Object> Login(HttpServletRequest request, String username, String password, String yzm, String from) {
252 252
 		Map<String, Object> map = new HashMap<String, Object>();
253 253
 		if (StringUtils.isBlank(from) || from.compareTo("app")!=0) {
254
-			String yzm_code = ObjectUtils.toString(request.getSession().getAttribute("Service_Code"),"");
255
-			if (!yzm_code.equals(yzm)) {
256
-				map.put("status", false);
257
-				map.put("success", "验证码输入错误!");
258
-				return map;
259
-			}
254
+//			String yzm_code = ObjectUtils.toString(request.getSession().getAttribute("Service_Code"),"");
255
+//			if (!yzm_code.equals(yzm)) {
256
+//				map.put("status", false);
257
+//				map.put("success", "验证码输入错误!");
258
+//
259
+//			}
260
+			return map;
260 261
 		}
261 262
 		UserInfo userInfo = null;
262 263
 		if(!userInfoService.validUsername(null,username)) {//用户名存在