Browse Source

BUG修改

anderx 8 years ago
parent
commit
c506f39586

+ 1 - 1
src/main/java/com/goafanti/admin/service/impl/BusinessProjectServiceImpl.java

@@ -49,10 +49,10 @@ public class BusinessProjectServiceImpl extends BaseMybatisDao<BusinessProjectMa
 			bp.setDistrict(district);
 		}
 		bp.setDeleteSign(0);
+		//bp.setCreateId("f31c0d1a-05bc-4f5c-b4a8-95f983d24131");
 		if (StringUtils.isNotBlank(TokenManager.getAdminId())) {
 			bp.setCreateId(TokenManager.getAdminId());
 		}
-		bp.setCreateId("f31c0d1a-05bc-4f5c-b4a8-95f983d24131");
 		bp.setCreateTime(new Date());
 		bp.setStatus("0");