企业信息bug
							parent
							
								
									61b7d1b12b
								
							
						
					
					
						commit
						fab4bd24ef
					
				|  | @ -1404,10 +1404,6 @@ public class CorpInfoController extends BaseController { | |||
|         pd2.put("FOREIGN_KEY", pd.getString("CORPINFO_ID")); | ||||
|         pd2.put("TYPE", 1); | ||||
|         List<PageData> busImgs = imgfilesService.listAll(pd2);//营业执照图片
 | ||||
|         PageData pd3 = new PageData(); | ||||
|         pd2.put("FOREIGN_KEY", pd.getString("CORPINFO_ID")); | ||||
|         pd2.put("TYPE", 0); | ||||
|         List<PageData> official_seal_file = imgfilesService.listAll(pd2);//公章图片
 | ||||
| 
 | ||||
|         pd2.put("TYPE", 2); | ||||
|         List<PageData> fourImgs = imgfilesService.listAll(pd2);//四色图照图片
 | ||||
|  | @ -1488,7 +1484,6 @@ public class CorpInfoController extends BaseController { | |||
|         map.put("pd", pd); | ||||
|         map.put("cpd", cpd); | ||||
|         map.put("busImgs", busImgs); | ||||
|         map.put("official_seal_file", official_seal_file); | ||||
|         map.put("fourImgs", fourImgs); | ||||
|         map.put("result", errInfo); | ||||
|         return map; | ||||
|  |  | |||
|  | @ -202,7 +202,6 @@ | |||
| 			f.DICTIONARIES_ID value, | ||||
| 			f.BIANMA numValue, | ||||
| 			f.NAME label, | ||||
| 			getFullId(f.DICTIONARIES_ID) FULLID, | ||||
| 			f.PARENT_ID PARENT_ID, | ||||
| 			IF ( | ||||
| 				( SELECT COUNT(*) FROM SYS_DICTIONARIES s WHERE s.PARENT_ID = f.DICTIONARIES_ID ) > 0, FALSE, TRUE | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue