@@ -46,7 +46,6 @@ public class AttachmngsController {
if (file.isEmpty()) {
return AjaxResult.error("上传失败请重试1");
}
-
System.out.println("水印时间");
System.out.println(date);
@@ -208,7 +208,6 @@
<if test="dataStart != null and dataStart != '' and dataEnd != null and dataEnd != ''">
and b.BillDate >= #{dataStart, jdbcType=VARCHAR} and b.BillDate <= #{dataEnd, jdbcType=VARCHAR}
</if>
- and p.IFORDER1ED='T'
<if test="role == 0">
and p.DeptUserID = #{emplId, jdbcType=VARCHAR}