|
|
@@ -24,7 +24,7 @@ public class orderform extends Controller {
|
|
|
String type = content.getString("type");
|
|
|
DBConnect connect = new DBConnect();
|
|
|
String where = " 1=1 ";
|
|
|
- if (type.equals("땐데�뵙灌澗운")||type.equals("땐데역튿灌澗운")||type.equals("땐데�뵙灌澗운")) {
|
|
|
+ if (type.equals("땐데�뵙灌澗운")||type.equals("땐데역튿灌澗운")) {
|
|
|
if(content.getInt("daynum")==0) {
|
|
|
where=where +" and CONVERT(VARCHAR(10),t1.checkdate,120)<=CONVERT(VARCHAR(10),DATEADD(mm,0,getdate()),120) ";
|
|
|
}else if(content.getInt("daynum")==30) {
|
|
|
@@ -40,7 +40,7 @@ public class orderform extends Controller {
|
|
|
}else {
|
|
|
return getReturnObject_err("daynum꽝鑒鑒令꼇攣횅").toString();
|
|
|
}
|
|
|
- }else if(type.equals("땐데놔새灌역튿")) {
|
|
|
+ }else if(type.equals("땐데놔새灌역튿") || type.equals("땐데놔새灌마운")) {
|
|
|
if(content.getInt("daynum")==0) {
|
|
|
where=where +" and CONVERT(VARCHAR(10),t3.fdate,120)<=CONVERT(VARCHAR(10),DATEADD(mm,0,getdate()),120) ";
|
|
|
}else if(content.getInt("daynum")==30) {
|