|
@@ -41,7 +41,7 @@ public class ProEconTargetdataCopyServiceImpl extends ServiceImpl<ProEconTargetd
|
|
|
|
|
|
if (StringUtils.isNotEmpty(recorddate)){
|
|
|
try {
|
|
|
- Date beginDate = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(recorddate);
|
|
|
+ Date beginDate = new SimpleDateFormat("yyyy-MM-dd").parse(recorddate);
|
|
|
qw.ge("record_date", beginDate);
|
|
|
} catch (ParseException e) {
|
|
|
e.printStackTrace();
|