|
|
|
@ -11,6 +11,7 @@ import com.dxhy.common.service.DictdetaServcice; |
|
|
|
|
import com.dxhy.common.util.AmountFormatUtil; |
|
|
|
|
import com.dxhy.common.util.MathUtil; |
|
|
|
|
import com.dxhy.common.util.StringHelper; |
|
|
|
|
import com.dxhy.common.utils.DateUtils; |
|
|
|
|
import com.dxhy.common.vo.DictdetaModel; |
|
|
|
|
import com.dxhy.core.dao.ViolationMapper; |
|
|
|
|
import com.dxhy.core.model.*; |
|
|
|
@ -75,9 +76,7 @@ public class ViolationSearchServiceImpl implements ViolationSearchService { |
|
|
|
|
DynamicContextHolder.push(pramsMap.get("dbName") + DbConstant.BUSINESS_READ); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
|
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd");// 设置日期格式
|
|
|
|
|
String date = df.format(new Date()); |
|
|
|
|
String date = DateUtils.getNight(new Date()); |
|
|
|
|
pramsMap.put("currentTime", date); |
|
|
|
|
List<String> gfshList = (List<String>)pramsMap.get("gfsh"); |
|
|
|
|
if (gfshList.size() == 0) { |
|
|
|
|