|
@@ -50,7 +50,7 @@ public class scanning extends Controller {
|
|
|
|
|
|
object.put("fname", fname);
|
|
|
object.put("fphonenumber", fphonenumber);
|
|
|
- object.put("ftime", sysdate);
|
|
|
+ object.put("fentrydate", getDateTime_Str());
|
|
|
object.put("flocation", flocation);
|
|
|
|
|
|
return getSucReturnObject().setData(object).toString();
|