|
@@ -46,6 +46,9 @@ public class DsptMngService extends CommonService {
|
46
|
46
|
int gridPage = gridRequest.getGridPage();
|
47
|
47
|
int gridSize = gridRequest.getGridSize();
|
48
|
48
|
|
|
49
|
+ fromDt = fromDt == null ? null : fromDt.replace(".", "");
|
|
50
|
+ toDt = toDt == null ? null : toDt.replace(".", "");
|
|
51
|
+
|
49
|
52
|
int gridRecords = dsptMngMapper.selectDsptMngGridCnt(sBrandId, sStoreId, sDpstStCd, fromDt, toDt);
|
50
|
53
|
int gridTotal = fnCalculateGridTotal(gridSize, gridRecords);
|
51
|
54
|
List<LoanMgntDsptProcEntity> entities = dsptMngMapper.selectDsptMngGridList(sBrandId, sStoreId, sDpstStCd, fromDt, toDt, gridRequest);
|