|
|
|
@ -16,6 +16,7 @@ import com.dxhy.common.util.*; |
|
|
|
|
import com.dxhy.common.utils.DateUtils; |
|
|
|
|
import com.dxhy.common.utils.R; |
|
|
|
|
import com.dxhy.common.vo.Business; |
|
|
|
|
import com.dxhy.common.vo.Tax; |
|
|
|
|
import com.dxhy.common.vo.UserInfo; |
|
|
|
|
import com.dxhy.oss.service.FileService; |
|
|
|
|
import com.dxhy.sign.entity.QsExcelEntity; |
|
|
|
@ -599,7 +600,10 @@ public class SignFpqsController extends AbstractController { |
|
|
|
|
data.put("dbName", getUserInfo().getDbName()); |
|
|
|
|
|
|
|
|
|
if(pramsMap.get("gfsh") == null || "".equals(pramsMap.get("gfsh"))){ |
|
|
|
|
return ResponseEntity.ok(R.error(CommonConstants.GFSH_OR_COMPANYCODE_MISS)); |
|
|
|
|
List<Tax> list = new ArrayList(); |
|
|
|
|
data.put("orgList", list); |
|
|
|
|
}else{ |
|
|
|
|
data.put("orgList", getUserInfo().getOrg()); |
|
|
|
|
} |
|
|
|
|
String gfsh = (String) pramsMap.get("gfsh"); |
|
|
|
|
data.put("gfsh", gfsh); |
|
|
|
@ -621,7 +625,7 @@ public class SignFpqsController extends AbstractController { |
|
|
|
|
data.put("settlementNo", pramsMap.get("settlementNo")); |
|
|
|
|
data.put("settlementStatus", pramsMap.get("settlementStatus")); |
|
|
|
|
data.put("gxStatus", pramsMap.get("gxStatus")); |
|
|
|
|
data.put("orgList", getUserInfo().getOrg()); |
|
|
|
|
|
|
|
|
|
String company = (String)pramsMap.get("company"); |
|
|
|
|
String menuId = (String)pramsMap.get("menuId"); |
|
|
|
|
data.put("company", company); |
|
|
|
|