|
@@ -554,7 +554,7 @@ public class FinanceReportController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
if(map.containsKey("sign_type")) {
|
|
|
- if(map.get("sign_type")==null){
|
|
|
+ if(map.get("sign_type")!=null){
|
|
|
if(Integer.parseInt(map.get("sign_type").toString())==1){
|
|
|
map.put("sign_type", "服务包1");
|
|
|
}else if(Integer.parseInt(map.get("sign_type").toString())==2){
|