|
@@ -208,7 +208,7 @@ public class CalcDailyPayFacadeControllerBean extends AbstractCalcDailyPayFacade
|
|
|
*/
|
|
|
|
|
|
protected String getSelectDataId(Context ctx, String date) {
|
|
|
- String sql = "select FID from T_HR_TimepieceBillEntry where FEffectDate= {ts '"+date+"'}";
|
|
|
+ String sql = "select FID from T_HR_TimepieceBillEntry where FBillState = '3' and FEffectDate= {ts '"+date+"'}";
|
|
|
String whereSql= "";
|
|
|
try {
|
|
|
IRowSet iRowSet1 = DBUtil.executeQuery(ctx, sql);
|